projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
449c428
)
Fix last commit of src/w16select.c.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 17 Jul 2014 15:40:18 +0000
(18:40 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 17 Jul 2014 15:40:18 +0000
(18:40 +0300)
src/w16select.c
patch
|
blob
|
history
diff --git
a/src/w16select.c
b/src/w16select.c
index 4f88741f5c19a8da3fdd18f2d949069d45f7daf8..c229ba5816a8bd27ef4155690c76f8dc7604e469 100644
(file)
--- a/
src/w16select.c
+++ b/
src/w16select.c
@@
-600,7
+600,7
@@
DEFUN ("w16-get-clipboard-data", Fw16_get_clipboard_data, Sw16_get_clipboard_dat
coding.mode |= CODING_MODE_LAST_BLOCK;
/* We explicitly disable composition handling because selection
data should not contain any composition sequence. */
- coding.common_flags &= CODING_ANNOTATION_MASK;
+ coding.common_flags &=
~
CODING_ANNOTATION_MASK;
decode_coding_object (&coding, Qnil, 0, 0, truelen, truelen, Qt);
ret = coding.dst_object;
Vlast_coding_system_used = CODING_ID_NAME (coding.id);